STEP 10: For our final step, let's make the cheerleader cheer once you click on her!

  • In , drag in Set x Speed INSIDE your click event.
  • Make sure your new command is indented!
  • Click Run. Wait for the sprite to stop moving, then click on it.

To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background("schoolentrance") sprite = codesters.Sprite("cheerleader4") sprite.move_down(150) stage.wait(2) sprite.turn_right(360) def click(sprite): sprite.say("Remember to social distance!") sprite.event_click(click)
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)